/* 
"Munich Days" by Andy O'Meara
Based on "Clowdy" by DarkFalcon

I made this while on my German trip, 4 days from arrving in San Diego.   These are stange times, indeed.

*/


Durn="1.1",

CamX="250",
CamY="0",
CamZ="0",

CmLX="0",
CmLY="1",
CmLZ="0",

CUpX="0",
CUpY="cos( 1 * sin( t / 5 ) + 2 * cos( t / 6 ) + 1.5 * cos( t / 3.3 ) )",
CUpZ="sin( 1 * sin( t / 5 ) + 2 * cos( t / 6 ) + 1.5 * cos( t / 3.3 ) )",


// Randomly choose R, G, and B
A0="",
A1="sqwv( rnd(2) )",
A2="sqwv( rnd(2) )",
A3="sqwv( rnd(2) )",


R="1 - dt * A1",
G="1 - dt * A2",
B="1 - dt * A3",


widt=280,heig=280,


ConL=0,ConB=2,


Fall=".2",

D0="2 * fft( s )",
D1="40 - 12 * D0",

X="300 * dt",
Y="(sin( 6.2831853 * s ) * d1)",
Z="(cos( 6.2831853 * s ) * d1)",


// Just makes the dt=0 linewidth 3
LWdt="1 + 2 * sqwv(1+dt)",



Scal="620",
ScSz=1,

Pers="90",

Vers=40
